DataSource for Entity Framework in WPF
C1.LiveLinq Namespace / SourceChangeEventArgs<T> Class / ChangeType Property

In This Topic
    ChangeType Property (SourceChangeEventArgs<T>)
    In This Topic
    Gets the type of change.
    Syntax
    'Declaration
     
    Public ReadOnly Property ChangeType As SourceChangeType
    public SourceChangeType ChangeType {get;}
    See Also